runtime.gList.empty (method)
13 uses
runtime (current package)
chan.go#L461: for !glist.empty() {
mgcmark.go#L297: if list.empty() {
proc.go#L3341: if list, delta := netpoll(0); !list.empty() { // non-blocking
proc.go#L3586: if faketime != 0 && list.empty() {
proc.go#L3600: if !list.empty() {
proc.go#L3640: if list, delta := netpoll(0); !list.empty() {
proc.go#L3873: if glist.empty() {
proc.go#L5180: if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
proc.go#L5242: for !pp.gFree.empty() {
proc.go#L6129: if !list.empty() {
proc.go#L7034: func (l *gList) empty() bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |